Load required packages for entire project

library(here)
source(here("script", "1_mainRSV.R"))

 

Run the archiving script to update the RSV dataset

source(here("script", "2_fileCache.R"))
source(here("script", "3_runIfExpired.R"))

 

Load RSV datasets

source(here("script", "4_loadRSVdata.R"))

 

Dynamics of RSV by region

source(here("script", "5_seasRSV_region.R"))

 

Dynamics of RSV in African, South East Asia, Western Pacific and Middle East countries

source(here("script", "6_seasRSV_asmw.R"))

 

Dynamics of RSV in European countries

source(here("script", "7_seasRSV_europe.R"))

 

Dynamics of RSV in Americas countries

source(here("script", "8_seasRSV_americas.R"))

 

Timing of the peak RSV cases globally

source(here("script", "9_peakTimingRSV.R"))